projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca53735
)
cosmetic: FIT: fix a strange comment
author
Masahiro Yamada
<
[email protected]
>
Tue, 18 Feb 2014 06:39:21 +0000
(15:39 +0900)
committer
Tom Rini
<
[email protected]
>
Wed, 19 Feb 2014 16:10:05 +0000
(11:10 -0500)
There is a strange comment in fit_image_load().
This function can be used for loading Kernel Image, FDT
as well as ramdisk.
Signed-off-by: Masahiro Yamada <
[email protected]
>
Cc: Simon Glass <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
common/image-fit.c
patch
|
blob
|
history
diff --git
a/common/image-fit.c
b/common/image-fit.c
index cf4b67e3e832dfbe29acfabb15a53e3248b81c47..b94a3fe86dc3469bf651f09980b3d366b573cb04 100644
(file)
--- a/
common/image-fit.c
+++ b/
common/image-fit.c
@@
-1500,7
+1500,7
@@
int fit_image_load(bootm_headers_t *images, const char *prop_name, ulong addr,
}
bootstage_mark(bootstage_id + BOOTSTAGE_SUB_FORMAT_OK);
if (fit_uname) {
- /* get
ramdisk
component image node offset */
+ /* get
FIT
component image node offset */
bootstage_mark(bootstage_id + BOOTSTAGE_SUB_UNIT_NAME);
noffset = fit_image_get_node(fit, fit_uname);
} else {